*{
	margin: 0;
	padding: 0;
}

body {
	line-height: normal;
	font-size: 14px;
	 font-family: 'open_sans';
	 font-weight: normal;
	 color: #666A73;
	 overflow-x: hidden;
   }
.login_bg {
     background:url("../images/login_bg.jpg") no-repeat;
    background-size: cover;
}
a:focus,
btn:focus,
a:hover  {
	outline: none;
	transition: all 0.3s ease 0s;
}
.clear {clear: both;}
.padding_none {padding: 0;}
.gray_light_bg {
    background: #f4f4f4;
}

.table_base {
    display: table;
    width: 100%;
}
.table_base_row {
    display: table-row;
}

.table_base_cell {
    display: table-cell;
}
.float_none {
    float: none;
}
.vartical_bottom {
    vertical-align: bottom;
}


img {
       max-width: 100%;
   }
.display_inline {
    display: inline-block;
}
.width100 {
    width: 100%;
}

.vertical_top {
    vertical-align: top;
}
/*------------------   Header Css start   --------------------------*/


/*------------------ sign In Css start   --------------------------*/


.login_header {
   width: 100%;
    padding: 30px 0;
 }
.sign_in_main {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    -webkit-box-shadow: 1px 0px 16px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 0px 16px 2px rgba(0,0,0,0.1);
box-shadow: 1px 0px 16px 2px rgba(0,0,0,0.1);
}
.sign_in_box_padding {
    padding: 25px 15% 15px 15%;
}
.display_in {
    display: inline-block;
        width: 100%;
}
.sign_h1 {
    font-size: 20px;
    text-align: center;	
    /*font-family: 'open_sanssemibold';*/
    color: #067fb7;
    margin: 0;
    padding: 15px 0;
    background: #f4f4f4;
	font-weight: 600;
}
.sign_input {
    border: 1px solid #c7c9c9;
    height: 35px; 
    font-size: 14px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 34px;
    border-radius: 4px;
    padding: 10px 15px 10px 30px;
    display: inline-block;
}
.sign_in_button {
     padding: 10px 40px;
     -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #19314b;
    border: 2px solid #023a77;
    font-size: 16px;
    /*font-family: 'open_sanssemibold';*/
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 7px;
    margin-top: 10px;
	font-weight: 600;
}
.icon_sign_input {
    position: absolute;
    top: 11px;
    left: 27px;
    color: #a0a0a0;
}
.sign_in_right {
    background: #e6f8fc; /* Old browsers */
    background: -moz-linear-gradient(top, #e6f8fc 0%, #c8f0f9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #e6f8fc 0%,#c8f0f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #e6f8fc 0%,#c8f0f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f8fc', endColorstr='#c8f0f9',GradientType=0 ); /* IE6-9 */
     padding: 15px 13px 15px 20px;
     -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgba(0,0,0,0.08);;
}

.text_h2_sign_in {
     font-size: 20px;
    /*font-family: 'open_sanssemibold';*/
    color: #1a89bd;
    margin: 0;
    padding-bottom: 25px;
	font-weight: 600;
}

.sign_in_icon img {
max-width: 100%;
}
.sign_in_text {
    font-size: 13px;
    color: #a4a4a4;
    display: inline-block;
    margin: 25px 0 30px 0;
    text-align: center;
    word-break: break-word;
    line-height: 24px;
   }

.sign_in_list {
    margin: 0;
    padding: 0;
}
.sign_in_list li {
      padding: 10px 0;
    list-style: none;
    text-align: center;
    color: #5a5a5a;
    font-size: 12px;
}
.sign_in_list li h4 {
      padding: 0;
    color: #5a5a5a;
    font-size: 16px;
    /*font-family: 'open_sanssemibold';*/
    margin: 0;
	font-weight: 600;
}
.arrow_box {
	background: #fff;
    position: absolute;
    right: 0px;
    z-index: 99;
    top: 48%;
	
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 10px;
	margin-top: -10px;
}
.arrow_box:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #bbc3c6;
	border-width: 11px;
    margin-top: -11px;
}
.sign_in_footer {
    margin-top: 40px;
    color: #78a3b1;
    text-align: center;
    background: none;
    margin-bottom: 10px;
    font-size: 12px;
}
.display_in ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7c6c6;
}
.display_in ::-moz-placeholder { /* Firefox 19+ */
  color: #c7c6c6;
}
.display_in :-ms-input-placeholder { /* IE 10+ */
  color: #c7c6c6;
}
.display_in :-moz-placeholder { /* Firefox 18- */
  color: #c7c6c6;
}
.forgot_pas {
    font-size: 14px;
    color: #01b4ff;
}
.modal-dialog {
   margin: 160px auto 0 auto;
    width: 400px;
}

.modal_popup_scroll {
        max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px 20px 0 20px;
}
.modal-header {
    background: #f4f4f4;
}
.model_popup {
    padding-bottom: 5px;
    padding-left:5px;
    padding-right:5px;
    text-align: justify;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    line-height: 21px;
}
.modal-header {
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}
.popup_heading_main {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #19314a;
    padding: 0;
}

.model_popup .close {
    opacity: 1;
    font-weight: normal;
    margin-top: 0;
    margin-right: 0;
}

.model_popup .close:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.sub_button {
     padding: 6px 30px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #19314a;
    border: 1px solid #082848;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
}
.change_pass_r {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
/*------------------ sign In Css end   --------------------------*/

/*------------------ sign Up Css Start   --------------------------*/


.input-login-icon {
    position: absolute;
    top: 11px;
    left: 27px;
    font-size: 14px;
}
.main-title{
    color: #067fb7;
    font-size: 20px;
    margin: 20px 0px 15px 0;
    text-align: center;
    /*font-family: 'open_sanssemibold';*/
    text-transform: uppercase;
	font-weight: 600;
}
.sub-title{
    color: #5a5a5a;
    font-size: 16px;
    margin: 15px 0px 20px 15px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    font-weight: bold;
}
.right_title {
     color: #5a5a5a;
    font-size: 16px;
    margin: 40px 0px 20px 0px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    /*font-family: 'open_sanssemibold';*/
	font-weight: 600;
}

.sign_up_right {
    background: url(../images/login_building.png) center bottom no-repeat, #e6f8fc; /* Old browsers */
    background: url(../images/login_building.png) center bottom no-repeat, -moz-linear-gradient(top, #e6f8fc 0%, #c8f0f9 100%); /* FF3.6-15 */
    background: url(../images/login_building.png) center bottom no-repeat, -webkit-linear-gradient(top, #e6f8fc 0%,#c8f0f9 100%); /* Chrome10-25,Safari5.1-6 */
    background: url(../images/login_building.png) center bottom no-repeat, linear-gradient(to bottom, #e6f8fc 0%,#c8f0f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6f8fc', endColorstr='#c8f0f9',GradientType=0 ); /* IE6-9 */
     padding: 15px 20px 15px 20px;
     -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    border-left: 1px solid rgba(0,0,0,0.08);
    float: right;
	position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
}
.checkbox label {
    padding-left: 0;
}
.checkbox .cr .cr-icon
 {
    position: absolute;
    line-height: 0;
    top: 50%;
     left: 13%;
     color: #5ebc4c;
     font-size: 14px;
}

.checkbox .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #b2b3b3;
    border-radius: .25em;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: .5em;
    background: #e6e6e6;
}

.checkbox label input[type="checkbox"]
 {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon
 {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon
 {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}
.input_margin {
    margin-bottom: 10px;
}
.sub_text {
    font-size: 10px;
    color: #959595;
}
.sign_input_right {
    border: 1px solid #c7c9c9;
    height: 35px; 
    font-size: 14px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 34px;
    border-radius: 4px;
    padding: 10px 15px 10px 15px;
    display: inline-block;
}
.display_input ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #c7c6c6;
}
.display_input ::-moz-placeholder { /* Firefox 19+ */
  color: #c7c6c6;
}
.display_input :-ms-input-placeholder { /* IE 10+ */
  color: #c7c6c6;
}
.display_input :-moz-placeholder { /* Firefox 18- */
  color: #c7c6c6;
}
.checkbox {
    margin-top: 15px;
    margin-bottom: 15px;
}
.dis_d {display: block;}
.dis_m {display: none;}
.error_message {
font-size: 12px;
margin-top: 2px;
display: inline-block;
}

.checkbox label input[type="hidden"] {
    display: none;
}

.align_left {
    margin-left: 20px;
    float: left;
}

